home *** CD-ROM | disk | FTP | other *** search
- ; NOTE: A semi-colon at the start of a line signifies a comment
-
- ; The purpose of this config file is to indicate to the program the order on the bitmap
- ; that the characters appear. In this way, the desired characters in the bitmap can
- ; be drawn in any order but they will be stored in correct ASCII order on loading.
-
- ; IMPORTANT: The first three items in this config file should be three .raw filenames
- ; together with the minimum Xspacing (to the right) and Yspacing (at the bottom)
- ; built into the images in each file. To work out the Yspacing, find the single
- ; image in the bitmap with the least vertical space altogether in it (top + bot),
- ; and same for Xspacing. The next two numbers are the character set specific
- ; X and Y spacing (to allow each character set and resolution to have independent
- ; spacing). An X means use the DesiredXspacing and DesiredYspacing constants.
- ; LORES filename, then the Xspacing and Yspacing built into the images, then X,Y desired
- Extra320.raw 0 3 0 5
- ; 320x400 filename
- Extra320.raw 0 3 0 5
- ; HIRES filename
- Extra640.raw 2 7 0 9
-
- ; Redefined Key symbols
- GRAPHIC RETURN
- GRAPHIC CURSORLEFT
- GRAPHIC CURSORRIGHT
- GRAPHIC CURSORUP
- GRAPHIC CURSORDOWN
-
- ; Cycling Entity Arrows
- GRAPHIC CYCLERIGHTLINE
- GRAPHIC CYCLELEFTLINE
- GRAPHIC CYCLERIGHTLIT
- GRAPHIC CYCLELEFTLIT
-
- ; Checkboxes
- GRAPHIC CHECKBOXLITBLANK
- GRAPHIC CHECKBOXLITTICK
- GRAPHIC CHECKBOXDULLBLANK
- GRAPHIC CHECKBOXDULLTICK
-
- ; Menu Arrows
- GRAPHIC MENUDOWNLINE
- GRAPHIC MENUUPLINE
- GRAPHIC MENUDOWNLIT
- GRAPHIC MENUUPLIT
-
- ; Volume sliders
- GRAPHIC VOLUMEDULL
- GRAPHIC VOLUMELIT